powered by
x[i] x[i, j, ...] x[i, j, ..., drop=TRUE]
TRUE
x <- circular(matrix(rwrappednormal(n=100, mu=0), nrow=5)) dim(x) x[1,] x[,1] x[,1, drop=FALSE]
Run the code above in your browser using DataLab